﻿2026-05-27T19:55:51.1124087Z ##[group]Run git config --global user.name "github-actions[bot]"
2026-05-27T19:55:51.1124654Z [36;1mgit config --global user.name "github-actions[bot]"[0m
2026-05-27T19:55:51.1125157Z [36;1mgit config --global user.email "github-actions[bot]@users.noreply.github.com"[0m
2026-05-27T19:55:51.1125604Z [36;1mecho "=== Git Status before Rebase ==="[0m
2026-05-27T19:55:51.1125888Z [36;1mgit status[0m
2026-05-27T19:55:51.1126108Z [36;1mecho "=== Git Diff before Rebase ==="[0m
2026-05-27T19:55:51.1126389Z [36;1mgit diff[0m
2026-05-27T19:55:51.1126577Z [36;1mgit reset --hard[0m
2026-05-27T19:55:51.1126799Z [36;1mfor i in {1..3}; do[0m
2026-05-27T19:55:51.1127066Z [36;1m  echo "Attempt $i to aggregate and push..."[0m
2026-05-27T19:55:51.1127390Z [36;1m  git pull --rebase origin master[0m
2026-05-27T19:55:51.1127642Z [36;1m[0m
2026-05-27T19:55:51.1127843Z [36;1m  python3 tools/aggregate_regression.py[0m
2026-05-27T19:55:51.1128234Z [36;1m  git add docs/regression-history.json docs/regression-dashboard.md[0m
2026-05-27T19:55:51.1128717Z [36;1m  if git diff --quiet && git diff --staged --quiet; then[0m
2026-05-27T19:55:51.1129053Z [36;1m    echo "No changes to dashboard."[0m
2026-05-27T19:55:51.1129300Z [36;1m    exit 0[0m
2026-05-27T19:55:51.1129471Z [36;1m  fi[0m
2026-05-27T19:55:51.1129755Z [36;1m  git commit -m "docs: update nightly regression dashboard [skip ci]"[0m
2026-05-27T19:55:51.1130143Z [36;1m  if git push origin master; then[0m
2026-05-27T19:55:51.1130450Z [36;1m    echo "Successfully pushed dashboard update."[0m
2026-05-27T19:55:51.1130736Z [36;1m    exit 0[0m
2026-05-27T19:55:51.1130917Z [36;1m  else[0m
2026-05-27T19:55:51.1131156Z [36;1m    echo "Push failed (concurrent commit). Retrying..."[0m
2026-05-27T19:55:51.1131470Z [36;1m    git reset --hard HEAD~1[0m
2026-05-27T19:55:51.1131705Z [36;1m  fi[0m
2026-05-27T19:55:51.1131873Z [36;1mdone[0m
2026-05-27T19:55:51.1132527Z [36;1mecho "Failed to push dashboard update after 3 attempts."[0m
2026-05-27T19:55:51.1132882Z [36;1mexit 1[0m
2026-05-27T19:55:51.1218572Z shell: /usr/bin/bash -e {0}
2026-05-27T19:55:51.1218838Z env:
2026-05-27T19:55:51.1219097Z   pythonLocation: /opt/hostedtoolcache/Python/3.14.5/x64
2026-05-27T19:55:51.1219518Z   PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.14.5/x64/lib/pkgconfig
2026-05-27T19:55:51.1219923Z   Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.14.5/x64
2026-05-27T19:55:51.1220300Z   Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.14.5/x64
2026-05-27T19:55:51.1220689Z   Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.14.5/x64
2026-05-27T19:55:51.1221047Z   LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.14.5/x64/lib
2026-05-27T19:55:51.1221352Z ##[endgroup]
2026-05-27T19:55:51.1342901Z === Git Status before Rebase ===
2026-05-27T19:55:51.1868684Z On branch master
2026-05-27T19:55:51.1869381Z Your branch is up to date with 'origin/master'.
2026-05-27T19:55:51.1870082Z 
2026-05-27T19:55:51.1870500Z Changes not staged for commit:
2026-05-27T19:55:51.1871219Z   (use "git add <file>..." to update what will be committed)
2026-05-27T19:55:51.1872512Z   (use "git restore <file>..." to discard changes in working directory)
2026-05-27T19:55:51.1873434Z 	modified:   app/coverage-baselines/gmd_smoke.ec
2026-05-27T19:55:51.1873995Z 
2026-05-27T19:55:51.1874307Z Untracked files:
2026-05-27T19:55:51.1874931Z   (use "git add <file>..." to include in what will be committed)
2026-05-27T19:55:51.1875539Z 	.tmp-reports/
2026-05-27T19:55:51.1875847Z 
2026-05-27T19:55:51.1876635Z no changes added to commit (use "git add" and/or "git commit -a")
2026-05-27T19:55:51.1877491Z === Git Diff before Rebase ===
2026-05-27T19:55:51.2162934Z diff --git a/app/coverage-baselines/gmd_smoke.ec b/app/coverage-baselines/gmd_smoke.ec
2026-05-27T19:55:51.2164024Z index 1a7cfa5..fcd0e76 100644
2026-05-27T19:55:51.2165136Z Binary files a/app/coverage-baselines/gmd_smoke.ec and b/app/coverage-baselines/gmd_smoke.ec differ
2026-05-27T19:55:51.2509459Z Encountered 1 file that should have been a pointer, but wasn't:
2026-05-27T19:55:51.2510723Z 	app/coverage-baselines/gmd_smoke.ec
2026-05-27T19:55:51.2520179Z HEAD is now at 280785b Add Phase 6 macrobenchmark regression coverage (#119) (#129)
2026-05-27T19:55:51.2525491Z Attempt 1 to aggregate and push...
2026-05-27T19:55:51.3133549Z error: cannot pull with rebase: You have unstaged changes.
2026-05-27T19:55:51.3135123Z error: Please commit or stash them.
2026-05-27T19:55:51.3164904Z ##[error]Process completed with exit code 128.
